The CallMeWhen function (described on CallMeWhen ) schedules a callback event. You specify the callback event in the callBackProc parameter.
Your callback function must support the following interface:
pascal void MyCallBackProc (QTCallBack cb, long refcon);